home *** CD-ROM | disk | FTP | other *** search
/ PC Home 48 / Fun Clicp Art 5000.iso / r / mbm / 00773_SU-IN FA 2.ls < prev    next >
Encoding:
Text File  |  1996-05-11  |  409 b   |  16 lines

  1. on enterFrame
  2.   global gSurvolAct, gSurvolPrec, g1erSprNav, g1erSprLoc, gMaxBoutons, gLocLabel
  3.   curseur(6)
  4.   set gSurvolAct to 0
  5.   set gSurvolPrec to 0
  6.   repeat with i = g1erSprNav + 2 to g1erSprNav + 4
  7.     set the visible of sprite i to 0
  8.   end repeat
  9.   repeat with i = g1erSprLoc to gMaxBoutons
  10.     set the visible of sprite i to 1
  11.   end repeat
  12.   set gLocLabel to "SU:RN FA"
  13.   curseur(-1)
  14.   BigPurge()
  15. end
  16.